From: Richard M. Stallman Date: Mon, 16 Dec 1996 01:35:50 +0000 (+0000) Subject: (only-global-abbrevs): Use defvar. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82382 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ec5092d53cb3faaf8e0faee42ab165a1aba1f87d;p=emacs.git (only-global-abbrevs): Use defvar. --- diff --git a/lisp/abbrev.el b/lisp/abbrev.el index ce737e2b985..ff6ae3ac672 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -27,7 +27,7 @@ ;;; Code: -(defconst only-global-abbrevs nil "\ +(defvar only-global-abbrevs nil "\ *t means user plans to use global abbrevs only. Makes the commands to define mode-specific abbrevs define global ones instead.")